home *** CD-ROM | disk | FTP | other *** search
- #
- # common make include file for libg++-2.X
- #
-
- %.o: %.cc
- $(GXX) -c $(GXXFLAGS) $<
-
- LIBSRC = builtin.cc chr.cc compare.cc delete.cc \
- dtoa.cc error.cc fmtq.cc gcd.cc hash.cc ioob.cc lg.cc \
- minmax.cc new.cc pow.cc regex.cc sqrt.cc str.cc timer.cc xacg.cc \
- xallocri.cc xbinomia.cc xbitset.cc xbitstri.cc xcomplex.cc \
- xdiscuni.cc xerlang.cc xfix.cc xfix16.cc xfix24.cc \
- xgeom.cc xgetopt.cc xhypgeom.cc xinteger.cc xlognorm.cc xmlcg.cc \
- xnegexp.cc xnormal.cc xobstack.cc xpoisson.cc xrandom.cc xrationa.cc \
- xregex.cc xrndint.cc xrng.cc xsmplhis.cc xsmplsta.cc \
- xstring.cc xuniform.cc xweibull.cc xeh.cc xdllist.cc xsllist.cc xintdbl.cc
-
- OBJ = ident.o $(LIBSRC:.cc=.o)
-
- all: $(OBJ)
-
- clean :
- rm -f $(OBJ)
-
- realclean : clean
- rm -f report core
-
- .PHONY: clean realclean all
-
- # DO NOT DELETE THIS LINE -- g++dep uses it.
- # DO NOT PUT ANYTHING AFTER THIS LINE, IT WILL GO AWAY.
-
- # IF YOU PUT ANYTHING HERE IT WILL GO AWAY
-